projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025b62f
)
ARM: uniphier: enable Generic EHCI driver for Pro4 SoC
author
Masahiro Yamada
<
[email protected]
>
Tue, 13 Sep 2016 16:06:02 +0000
(
01:06
+0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 14 Sep 2016 13:54:19 +0000
(22:54 +0900)
This SoC is equipped with two EHCI cores and two xHCI cores.
Enable the generic EHCI driver for the former.
Signed-off-by: Masahiro Yamada <
[email protected]
>
configs/uniphier_pro4_defconfig
patch
|
blob
|
history
diff --git
a/configs/uniphier_pro4_defconfig
b/configs/uniphier_pro4_defconfig
index a7dcc56002badd8489ceb6ae682b38bc1618db8a..ddc582d70e96f140b93c0effec31cf0f16d189ab 100644
(file)
--- a/
configs/uniphier_pro4_defconfig
+++ b/
configs/uniphier_pro4_defconfig
@@
-32,4
+32,6
@@
CONFIG_PINCTRL=y
CONFIG_SPL_PINCTRL=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_EHCI_GENERIC=y
CONFIG_USB_STORAGE=y